home *** CD-ROM | disk | FTP | other *** search
- /* ps.h -- public screen demo */
-
- /*
- Copyright (c) 1989 Commodore-Amiga, Inc.
-
- Executables based on this information may be used in software
- for Commodore Amiga computers. All other rights reserved.
- This information is provided "as is"; no warranties are made.
- All use is at your own risk, and no liability or responsibility
- is assumed.
- */
-
- enum commandid { c_close, c_default, c_open, c_jump, c_number };
- enum buttonid { b_autopop, b_hijack, b_number };
-